home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 November & December
/
Amiga-CD 1996 #11-12.iso
/
online
/
voodoo
/
history
< prev
next >
Wrap
Text File
|
1996-09-15
|
7KB
|
218 lines
HISTORY
1.269
Opening a folder automatically selects the first new message in it.
Added "resend message" function.
Voodoo.rules didn't work if folders weren't defined with absolute
paths.
"Visible headers" pattern matching routine fixed to handle a single
pattern.
Yet another screwed up date format (UMS) added to the Date header
parser.
printer.device could be left open after printing.
1.265
(Serious Voodoo) Outbound messages are saved in the correct folder
(as per import rules).
NO MORE CRASHES if SMTPpost/etc fail. Arexx.class finally works ;)
(Serious Voodoo) Added a setting for skipping message authentication
verify.
Messages are no longer cleared of the "new" status if they're not
read between importing to the folder and closing it or quitting
Voodoo (they used to be just "unread" afterwards).
Compiled using SAS/C 6.57
Modified the date parsing routine to understand another mutation
of the RFC-822 specified format.
Changed printing to use raw text dump to printer.device instead of
datatypes' DTM_PRINT, since that apparently wasn't too successful.
Date: headers won't have a "(+0000)" appended any more for the GMT
zone.
Screwed up spool files with repeated "From " lines in the beginning
of messages are now handled. Same with messages containing quoted
headers. The variety of misbehaviour on some systems is amazing.
Fixed a crash in the message editor when attaching files with no
datatype available.
(Serious Voodoo) Fixed the automatic encryption/signing enable code.
(Serious Voodoo) Reordered the checkmarks for encryption and signing
in the addressbook.
Added Spanish strings to the Installer script, and made it check
for V43 Installer.
1.250
Several potential buffer overflows caused by me reading the
description of strncat wrong are now fixed. This includes problems
reading messages with >1KB headers on them.
Fixed 'Save all attachments'. For real this time. I hope ;)
1.246
Made a lot of changes in the installer to support compressing parts
of the distribution. Full Serious Voodoo distrib doesn't fit on a
floppy without compressing some of it...
The "choose address" change in the last revision left another crash
unfixed.
A "From:\n someone@foo.org" header would show up weird.
1.244
Added the "Version: 1" keyword required by draft-elkins-pem-pgp-03.txt
into the application/pgp-encrypted body.
Temp files now have a ".v" extension, since CED gets confused about its
local settings files if the name is all numbers and has no extension.
If you closed the editor while you had a "choose address" window open,
Voodoo would crash.
"Undisplayable file" in the editor would crash Voodoo when you tried to
select another part.
Fixed the infinite loop when using "Save all attachments" on a message
with none. Sorry, had forgot about it before.
1.239
Forgot to unlock a file or directory after a failure in a couple of
places.
Changed a lot of static buffers to dynamic ones. In places this
increased stack usage, but this should not be a problem anywhere,
since Voodoo has been extremely conservative about stack.
Reset editor scroller after deleting an attachment.
Re-fixed the German catalog. Translators, please make sure that the
##language line does not contain trailing spaces. FlexCat does not
remove them.
Apparently I've been handling datatypes totally wrong all this time.
Gee, don't I love the orthogonality of BOOPSI. Window layouting and
message printing should be right now.
Added the Norwegian (norsk) catalog to installer.
Another insignificant buffer bug corrected.
1.233
Message sorting improved.
Understands a couple of date formats that go against the RFC-822 Date
header specification, so that messages sent with some nonconforming
programs (AirMail 2.0 comes to mind..) are sorted correctly.
Changed the printing routine slightly. Does it work now?
Came up with a simple way to fix the problem with a lone "." on a
quoted-printable encoded line: quoted-printable encode it! doh,
should've thought of it before.
Upon initializing a folder, doublecheck the index.
Doublecheck that the file does not already exist before moving mail
from folder to another.
German catalog finally corrected.
1.230
Enhanced the installation script.
"Save all attachments" menu option.
Fixed multiple file drag&drop.
Disabled printing until I can figure out why in the **** it crashes.
Fixed a long-standing bug in backfill code that made it fail on 15+ bit
CyberGraphX screens.
Running Voodoo again will always open the primary folder (unless
another folder was specified with FOLDER, or MAIL option was used).
This means that running Voodoo again will act as if it wasn't running
already.
Added offline use documentation and some scripts to the distribution.
Added a FILE option to preload the message buffer for "Voodoo MAIL".
Message/rfc822 is now the default subpart content-type for
multipart/digest.
Fixed version strings in all catalogs.
Fixed the installer script.
1.225
Reordered message composition window toolbar.
Moved "send a bug report" to a less prominent place in the project
menu instead of the about window.
Save whole message appends to file instead of replacing it.
CopyFile routine deletes existing target file (in case of links).
Modified built-in bug report generator.
Worked around the scrollbar problem in message editor.
UUdecode all files in a message.
1.220
Font config read font name from already free'd memory.
Added STRINGA_ExitHelp to all string gadgets.
Voodoo would crash if the spool file had repeated "From " lines in the
beginning of messages. It won't do that any more. You should still fix
this in the software that writes to to spool file, since it is broken.
Hopefully printing works better now.
Fixed a problem uniconifying Voodoo.
Added a "NEW" column to the open-folder window. Fixed a problem in
determining the number of new messages in a folder.
1.214
(Serious Voodoo) The prefs file Voodoo.rules contains the auto-import
rules, one per line. Format: "<folder name> <header pattern>", for example
"voodoo (To:#?voodoo@warped.com|Sender:#?owner-voodoo@warped.com)".
No GUI yet. Test it out. Works only in "get new mail" for the primary
spool file as of now.
Putting together the folder auto-selection rules stuff.
1.208
Fixed a possible buffer overflow.
DONTGETMAIL argument suppresses the spool scan on startup.